Skip to content

feat: add word addin example#757

Merged
edoversb merged 1 commit intodevelopfrom
HAR-9863
Aug 15, 2025
Merged

feat: add word addin example#757
edoversb merged 1 commit intodevelopfrom
HAR-9863

Conversation

@mattConnHarbour
Copy link
Copy Markdown
Contributor

No description provided.

Copy link
Copy Markdown
Contributor

@github-advanced-security github-advanced-security AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CodeQL found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.

Comment thread examples/SuperDoc-MS-Addin-Sync/server/package.json Outdated
Comment thread examples/SuperDoc-MS-Addin-Sync/server/public/editor.js Outdated
Comment thread examples/SuperDoc-MS-Addin-Sync/server/public/editor.js Outdated
Comment thread examples/SuperDoc-MS-Addin-Sync/server/public/editor.js Outdated
Comment thread examples/SuperDoc-MS-Addin-Sync/server/public/editor.js Outdated
Comment thread examples/SuperDoc-MS-Addin-Sync/server/server.js Outdated
Comment thread examples/SuperDoc-MS-Addin-Sync/server/server.js Outdated
Comment thread examples/SuperDoc-MS-Addin-Sync/server/server.js
@superdoc-dev superdoc-dev deleted a comment from linear Bot Aug 13, 2025
@mattConnHarbour mattConnHarbour force-pushed the HAR-9863 branch 2 times, most recently from 83461aa to 13ce6a9 Compare August 13, 2025 19:48
@mattConnHarbour mattConnHarbour marked this pull request as ready for review August 13, 2025 19:54
Copy link
Copy Markdown
Contributor

@edoversb edoversb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@edoversb edoversb enabled auto-merge (squash) August 13, 2025 21:20
Copy link
Copy Markdown
Contributor

@edoversb edoversb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Copy Markdown
Contributor

@edoversb edoversb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

updateStatus(`📝 ${friendlyMode} mode: Document updates from web editor are allowed`);
}

console.log(`✅ Word document mode set to: ${wordMode} (${friendlyMode})`);

Check warning

Code scanning / CodeQL

Log injection Medium

Log entry depends on a
user-provided value
.
updateStatus(`Mode applied from web editor: ${friendlyMode}`);

} else {
console.log(`⚠️ Unknown mode mapping for: ${friendlyMode}`);

Check warning

Code scanning / CodeQL

Log injection Medium

Log entry depends on a
user-provided value
.
@edoversb edoversb disabled auto-merge August 15, 2025 01:26
@edoversb edoversb merged commit 2ee08c4 into develop Aug 15, 2025
7 checks passed
@edoversb edoversb deleted the HAR-9863 branch August 15, 2025 01:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants